c# create array with n elements

92

c# create array with n elements -

int[] arr = Enumerable.Range(0, X+1).ToArray();

Comments

Submit
0 Comments